FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ee.tehik.mpi#0.1.0-beta (62 ms)

Package ee.tehik.mpi
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ee.tehik.mpi@0.1.0-beta&canonical=https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-EducationLevel
Url https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-EducationLevel
Version 1.0.0
Status draft
Date 2022-10-14T07:09:19.9103802+00:00
Name EEMPIObservationSocialHistoryEducationLevel
Title EE MPI Observation SocialHistory Education Level
Experimental False
Authority hl7
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://hl7.ee/fhir/StructureDefinition/EEBase-Observation EEBase Observation
https://hl7.ee/fhir/StructureDefinition/EEBase-Organization EEBase Organization
https://hl7.ee/fhir/StructureDefinition/EEBase-Patient EEBase Patient
https://hl7.ee/ValueSet/eempi-education-level EEMPI EducationLevel


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "EEMPI-Observation-SocialHistory-EducationLevel",
  "url" : "https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-EducationLevel",
  "version" : "1.0.0",
  "name" : "EEMPIObservationSocialHistoryEducationLevel",
  "title" : "EE MPI Observation SocialHistory Education Level",
  "status" : "draft",
  "date" : "2022-10-14T07:09:19.9103802+00:00",
  "publisher" : "HL7 EE",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "https://hl7.ee/fhir/StructureDefinition/EEBase-Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.basedOn",
        "path" : "Observation.basedOn",
        "max" : "0"
      },
      {
        "id" : "Observation.partOf",
        "path" : "Observation.partOf",
        "max" : "0"
      },
      {
        "id" : "Observation.category",
        "path" : "Observation.category",
        "min" : 1,
        "max" : "1",
        "fixedCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
              "code" : "social-history",
              "display" : "Social history"
            }
          ]
        }
      },
      {
        "id" : "Observation.category.coding",
        "path" : "Observation.category.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.category.coding.system",
        "path" : "Observation.category.coding.system",
        "min" : 1,
        "fixedUri" : "http://hl7.org/fhir/ValueSet/observation-category"
      },
      {
        "id" : "Observation.category.coding.code",
        "path" : "Observation.category.coding.code",
        "min" : 1,
        "fixedCode" : "social-history"
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "fixedCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "82589-3",
              "display" : "Highest level of education"
            }
          ]
        }
      },
      {
        "id" : "Observation.code.coding.system",
        "path" : "Observation.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Observation.code.coding.code",
        "path" : "Observation.code.coding.code",
        "short" : "Highest level of education",
        "min" : 1,
        "fixedCode" : "82589-3"
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.focus",
        "path" : "Observation.focus",
        "max" : "0"
      },
      {
        "id" : "Observation.encounter",
        "path" : "Observation.encounter",
        "max" : "0"
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "short" : "Period mille jooksul haridustegevus jätkus või millal vastav haridustase kätte saadud",
        "max" : "0"
      },
      {
        "id" : "Observation.issued",
        "path" : "Observation.issued",
        "min" : 1
      },
      {
        "id" : "Observation.performer",
        "path" : "Observation.performer",
        "short" : "Õppeasutus kus haridus saadud",
        "max" : "0",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Organization"
            ]
          }
        ]
      },
      {
        "id" : "Observation.performer.display",
        "path" : "Observation.performer.display",
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "short" : "Haridustase",
        "min" : 1,
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://hl7.ee/ValueSet/eempi-education-level"
        }
      },
      {
        "id" : "Observation.value[x].coding",
        "path" : "Observation.value[x].coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x].coding.system",
        "path" : "Observation.value[x].coding.system",
        "short" : "EE educatioaln level",
        "min" : 1,
        "fixedUri" : "https://hl7.ee/ValueSet/eebase-educational-level",
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x].coding.code",
        "path" : "Observation.value[x].coding.code",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://hl7.ee/ValueSet/eebase-educational-level"
        }
      },
      {
        "id" : "Observation.interpretation",
        "path" : "Observation.interpretation",
        "max" : "0"
      },
      {
        "id" : "Observation.bodySite",
        "path" : "Observation.bodySite",
        "max" : "0"
      },
      {
        "id" : "Observation.method",
        "path" : "Observation.method",
        "max" : "0"
      },
      {
        "id" : "Observation.specimen",
        "path" : "Observation.specimen",
        "max" : "0"
      },
      {
        "id" : "Observation.device",
        "path" : "Observation.device",
        "max" : "0"
      },
      {
        "id" : "Observation.referenceRange",
        "path" : "Observation.referenceRange",
        "max" : "0"
      },
      {
        "id" : "Observation.hasMember",
        "path" : "Observation.hasMember",
        "max" : "0"
      },
      {
        "id" : "Observation.derivedFrom",
        "path" : "Observation.derivedFrom",
        "max" : "0"
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.